home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / IVP.ZIP / INSTALL.BAT next >
DOS Batch File  |  1992-12-27  |  1KB  |  37 lines

  1. @ECHO OFF
  2. cls
  3. echo  
  4. echo ■-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-■
  5. echo  Installation Program For The Instant Virus Production Kit 
  6. echo  (c) Admiral Bailey - Younsters Against McAfee 1993        
  7. echo  Installing from this directory to C:\IVP                  
  8. echo  If you got a problem with that then hit CTRL-BREAK and    
  9. echo  modify this batch file to work for you.                   
  10. echo ■-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-■
  11. echo  
  12. pause
  13. echo  
  14. echo Now Making Directories ...
  15. md c:\ivp
  16. md c:\ivp\routines
  17. md c:\ivp\examples
  18. md c:\ivp\docs
  19. echo  
  20. echo Now Unziping Files ...
  21. echo  
  22. pkunzip ivp.zip c:\ivp
  23. pkunzip c:\ivp\routines.zip c:\ivp\routines
  24. pkunzip c:\ivp\examples.zip c:\ivp\examples
  25. pkunzip c:\ivp\docs.zip c:\ivp\docs
  26. echo Now Erasing UnWanted Files ...
  27. erase c:\ivp\routines.zip
  28. erase c:\ivp\examples.zip
  29. erase c:\ivp\docs.zip
  30. cls
  31. echo Enjoy ...
  32. echo  
  33. echo                            Admiral Bailey [YAM]
  34. echo  
  35. pause
  36.  
  37.